• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 318건

[conv_line-1]; if(y==0) for(i=0; i<ypad; i++) { fwrite(left, 1, xpad, fp); fwrite(dest, 1, conv_line, fp); fwrite(right, 1, xpad, fp); } fwrite(left, 1, xpad, fp); fwrite(dest, 1, conv_line, fp); fwrite(right, 1, xpad, fp); if(y==(last_line-1)) for(i=0; i<ypad; i++) { fwrite(left, 1, xpad, fp)
  • 페이지 3페이지
  • 가격 1,000원
  • 등록일 2003.12.30
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
[conv_line-1]; if(y==0) for(i=0; i<ypad; i++) { fwrite(left, 1, xpad, fp); fwrite(dest, 1, conv_line, fp); fwrite(right, 1, xpad, fp); } fwrite(left, 1, xpad, fp); fwrite(dest, 1, conv_line, fp); fwrite(right, 1, xpad, fp); if(y==(last_line-1)) for(i=0; i<ypad; i++) { fwrite(left, 1, xpad, fp)
  • 페이지 3페이지
  • 가격 1,000원
  • 등록일 2003.12.30
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
[conv_line-1]; if(y==0) for(i=0; i<ypad; i++) { fwrite(left, 1, xpad, fp); fwrite(dest, 1, conv_line, fp); fwrite(right, 1, xpad, fp); } fwrite(left, 1, xpad, fp); fwrite(dest, 1, conv_line, fp); fwrite(right, 1, xpad, fp); if(y==(last_line-1)) for(i=0; i<ypad; i++) { fwrite(left, 1, xpad, fp)
  • 페이지 3페이지
  • 가격 1,000원
  • 등록일 2003.12.30
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
[conv_line-1]; if(y==0) for(i=0; i<ypad; i++) { fwrite(left, 1, xpad, fp); fwrite(dest, 1, conv_line, fp); fwrite(right, 1, xpad, fp); } fwrite(left, 1, xpad, fp); fwrite(dest, 1, conv_line, fp); fwrite(right, 1, xpad, fp); if(y==(last_line-1)) for(i=0; i<ypad; i++) { fwrite(left, 1, xpad, fp)
  • 페이지 3페이지
  • 가격 1,000원
  • 등록일 2003.12.30
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
#include <stdio.h> float arr[48][48], arr2[48][1]; main() { FILE *fp; FILE *fp2; int i, j, k; float tmp; fp = fopen("Ab.txt", "rt"); for(i=0 ; i<48 ; i++) { for(j=0 ; j<48 ; j++) { fscanf(fp, "%f", &arr[i][j]); } } 
  • 페이지 75페이지
  • 가격 3,000원
  • 등록일 2007.04.13
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
#include <stdio.h> #include <string.h> #include <stdlib.h> //#include <ncurses.h> #define MAX_SERVICE_TIME 100000 void func_sjf(FILE *fp); void func_srt(FILE *fp); void func_mfq(FILE *fp); void print_table(char (*arr)[256],char *algortihm,int processN); void print_
  • 페이지 15페이지
  • 가격 3,000원
  • 등록일 2011.12.08
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
ad(0,send_p.msg, MAXLINE))>0){ send(client_fd, &send_p, sizeof(struct packet), 0); fprintf(fp,"[%d]send : ", send_p.seq); fprintf(fp,"%s",send_p.msg); fclose(fp); } else break; } else break; } printf("\nExit program\n"); close (client_fd); close (server_fd); return 0; } void handler(int sig){ FIL
  • 페이지 12페이지
  • 가격 2,000원
  • 등록일 2011.04.28
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
ad(0,send_p.msg, MAXLINE))>0){ send(client_fd, &send_p, sizeof(struct packet), 0); fprintf(fp,"[%d]send : ", send_p.seq); fprintf(fp,"%s",send_p.msg); fclose(fp); } else break; } else break; } printf("\nExit program\n"); close (client_fd); close (server_fd); return 0; } void handler(int sig){ FIL
  • 페이지 12페이지
  • 가격 3,000원
  • 등록일 2011.11.14
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
%f\n",p2); while(absol(p2-p1)>=TOL) { p1 = p2; p2 = p1 - f(p1)/fp(p1); n++; printf("n= %d Pn= %f f(Pn)= %f \n",n,p2,f(p2)); } printf("Solution is %f\n\n",p2); return 0; } (2)Result HW#7 2.4-9 (1) Source code /* I sketched the graph of f(x)=x^2 -3 and I concluded that I will start the Newton's m
  • 페이지 10페이지
  • 가격 800원
  • 등록일 2006.06.01
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
File read #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> int main(void) { int num1[5]; // file read 저장할 배열 /*FILE *fp -> fp다시 선언할 필요 X (file write에 이어 적을때) */ FILE *fp = fopen("www.txt", "rt"); //rt -> text file을 읽겠다. if (fp == NULL) //파
  • 페이지 8페이지
  • 가격 2,000원
  • 등록일 2021.07.08
  • 파일종류 워드(doc)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
top